CollectorTransformer

@DisableCachingByDefault(because = "Not worth caching")
abstract class CollectorTransformer : TransformAction<TransformParameters.None>

The artifact transformer collecting JAR files located within the IntelliJ Platform or Marketplace Plugin archives.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:InputArtifact
@get:Classpath
abstract val inputArtifact: Provider<FileSystemLocation>

Functions

Link copied to clipboard
@Inject
abstract fun getParameters(): TransformParameters.None
Link copied to clipboard
open override fun transform(outputs: TransformOutputs)